Steps and workflow:

0 - Using this notebook

1 - Download data

2 - Explore data

3 - Choose and train a model

4 - Scoring

5 - Make prediction

1 - Download data

We will provide you with two dataset

Training_data will be use to train your model. Hackathon_data will be use to make your prediciton. There is three target you need to provide prediction on: target_r, target_g, target_b.

Moving Averages

RSI

MACD

Split data frame into three subsets: trainin(70%), validation(15%), test(15%)

drop columns not being used

Split into features and labels

Calculate and predict prices